func github.com/go-pg/pg/v10/orm.modelID

3 uses

	github.com/go-pg/pg/v10/orm (current package)
		model_table_many.go#L50: 	m.buf = modelID(m.buf[:0], m.strct, m.rel.JoinFKs)
		util.go#L122: 		id = modelID(id[:0], v, fields)
		util.go#L128: func modelID(b []byte, v reflect.Value, fields []*Field) []byte {